﻿#general-section {
    overflow-x: hidden;
}

/* -- TABS -- */
#box-tabs {
    height: 60px;
    position: relative;
    padding: 0 15px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background: linear-gradient(90deg, #fff 40%, #021f59 40%);
}

#box-tabs #pills-tab {
    display: flex;
    height: 100%;
    margin: 0;
    justify-content: center;
}

#box-tabs #pills-tab li {
    display: flex;
    width: 240px;
    align-items: center;
    justify-content: center;
    background-color: #021f59;
}

#box-tabs #pills-tab li:first-child {
    background-color: #fff;
    position: relative;
}

#box-tabs #pills-tab li:first-child:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 27px solid #fff;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    display: block;
    position: absolute;
    top: 0;
    right: -27px;
}

#box-tabs #pills-tab li a h4 {
    margin: 0;
    color: #fff;
    text-align: center;
    font-size: 0.875rem;
    font-family: 'Mohr-Medium';
}

#box-tabs #pills-tab li a.active h4 {
    position: relative;
    color: #00bf44;
    font-size: 0.875rem;
    font-family: 'Mohr-Medium';
}

#box-tabs #pills-tab li a .txt-fixo {
    color: #00bf44;
}

#box-tabs #pills-tab li a.active h4::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -21px;
    height: 4px;
    width: calc(100% + 40px);
    border-radius: 4px 4px 0 0;
    transform: translateX(-50%);
    background-color: #00bf44;
}

/* -- FIM TABS -- */


.scroll_bar {
    max-height: 200px;
    margin-left: auto;
    margin-right: auto;
    overflow-x: auto;
}



* {
    scrollbar-width: 0;
}

*::-webkit-scrollbar {
    background-color: transparent;
    width: 7px;
}

*::-webkit-scrollbar-thumb {
    border-radius: 99px;
    background-color: #ddd;
    border: 2px solid #fff;
}

/* Marfrig Verde + */
.video-container {
    width: 100%;
    height: 90vh;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

.video-container video {
    width: 100%;
    height: 100%;
    opacity: 0;
}

.video-container::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7)),
        linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.59) 99%);
}

.video-info {
    position: absolute;
    display: flex;
    align-items: center;
    left: 10%;
    bottom: 10%;
}

.video-info-detalhes {
    display: flex;
    flex-direction: column;
    transition: opacity 0.6s ease-in;
    opacity: 1;
}

.video-info-detalhes .title-video {
    color: #fff;
    padding-bottom: 10px;
    font-size: 1.375rem;
    font-family: 'Mohr-SemiBold';
    border-bottom: 2px solid #fff;
}

.video-info-detalhes .time-video {
    color: #fff;
    padding-top: 12px;
    font-size: 1rem;
    font-family: 'Mohr-SemiBold';
}

.play-video {
    position: relative;
    width: 93px;
    height: 93px;
    margin-right: 20px;
    border: 0;
    border-radius: 50%;
    background-color: rgba(0, 191, 68, 0.70);
}

.play-video:hover {
    background-color: rgba(0, 191, 68, 1);
}

.play-video::before {
    content: '';
    width: 22px;
    height: 27px;
    background-image: url(../../Imagens/marfrig-verde-mais/marfrig-verde-mais-play.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.box-destaque {
    width: 30%;
    position: absolute;
    top: 100px;
    right: 18%;
}

.box-destaque ul li {
    list-style: none;
    color: #fff;
    font-size: 3.875rem;
    font-family: 'Mohr-BlackIt';
}

.box-destaque ul li+li {
    margin-left: 30px;
}

.box-destaque ul li+li+li {
    margin-left: 60px;
}

.box-destaque ul li::before {
    content: '';
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-right: 15px;
    transform: rotate(90deg);
    background-size: 40px 35px;
    background-image: url(../../Imagens/marfrig-verde-mais/marfrig-verde-mais-topico.png);
}

.box-destaque #desc-banner-video {
    color: #fff;
    text-align: left;
    font-size: 18px;
    font-family: 'Mohr-RegularIt';
}

/* fim vÃ­deo */

.btnScrool {
    min-width: 0;
    width: 70px;
    height: 70px;
    padding: 24.5px;
    border-radius: 50%;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
    position: absolute;
    bottom: -2rem;
    left: 50%;
    transform: translate(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.produzir {
    padding: 10rem 10rem 2rem;
    position: relative;
}

.produzir::after {
    width: 514px;
    height: 280px;
    background-image: url(../images/marfrig-verde-mais-arcos.svg);
    background-size: 100%;
    display: inline-block;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.produzir .container-text,
.produzir .container-image {
    margin-bottom: 5rem;
}

.produzir .container-text h2 {
    font-family: 'Mohr-BlackIt';
    font-size: 4.75rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.76px;
    text-align: left;
    color: #021f59;
}

.produzir .container-text div {
    font-family: 'Mohr-Medium';
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
    color: #707070;
    width: 82%;
}

.produzir .container-image {
    position: relative;
}

.container-image .image-front {
    position: absolute;
    width: 321.5px;
    height: auto;
    z-index: 1;
    bottom: -1rem;
    left: 0;
}

.container-image .image-back {
    position: absolute;
    width: 380px;
    height: auto;
    z-index: 0;
    bottom: 2rem;
    right: 0;
}

.container-image .image-small {
    width: 454px;
    height: auto;
}

.container-image .image-large {
    width: 510px;
    height: auto;
}

.planejamento {
    background-color: #fafafa;
    padding: 2.5rem 9.5rem;
}

.planejamento h3 {
    font-family: 'Mohr-SemiBoldIt';
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.43;
    letter-spacing: -0.42px;
    text-align: center;
    color: #021f59;
    margin-bottom: 50px;
}

.planejamento-text h4 {
    font-family: 'Mohr-Bold';
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.14;
    letter-spacing: -0.42px;
    text-align: left;
    color: #021f59;
}

.planejamento-text div {
    font-family: 'Mohr-Medium';
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
    color: #707070;
    width: 100%;
}

.planejamento-text a {
    color: #021f59;
}

.planejamento-text a:hover {
    color: #00bf44;
}

.planejamento .border-custom {
    border-right: 1px solid #a0a0a0;
}

.planejamento .margin-custom {
    margin-left: 4rem;
}

.planejamento .width-custom {
    width: 100%;
}

.planejamento-text-center {
    font-family: 'Mohr-Medium';
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    color: #707070;
    margin-top: 4.5rem;
}

.planejamento-destaque {
    font-family: 'Mohr-SemiBold';
    font-size: 0.875rem;
    line-height: 1.5;
    color: #021f59;
    text-align: center;
}

.planejamento-link {
    font-family: 'Mohr-Mediumlt';
    font-weight: 500;
    text-align: center;
    color: #00bf44;
    text-align: center;
    text-decoration: underline !important;
    display: block;
    font-size: 0.875rem !important;
}

.planejamento-link:hover {
    cursor: pointer;
    color: #00bf44;
    text-decoration: none !important;
}

.recursos .row {
    width: 102%;
    overflow-x: hidden !important;
}

.recursos .row div {
    padding-bottom: 30px;
}

.recursos .bg_grey {
    background-color: #d9e0ed;
    position: relative;
}

.recursos img {
    position: absolute;
    top: 8%;
    left: 50%;
    width: 440px;
    z-index: 5;
}

.recursos .card_info_right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 6% 10% 6% 20%;
}

.recursos .card_info_right h2 {
    font-family: 'Mohr-BlackIt';
    font-size: 4.5rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.72px;
    text-align: left;
    color: #021f59;
}

.recursos .card_info_right div {
    font-family: 'Mohr-Mediumlt';
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
    color: #707070;
}

/* Fim TAB Marfrig Verde + */

/* TAB Metas */
.amazonia .bg-grey,
.cerrado .bg-grey,
.section-3 {
    background-color: #d9e0ed;
    position: relative;
}

.section-3 {
    background-color: #d9e0ed;
    padding: 3rem 0;
}

.amazonia .bg-grey img {
    position: absolute;
    top: 8%;
    left: 32%;
    width: 438px;
    z-index: 5;
}

.amazonia .card_info_right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 6% 4% 6% 20%;
}

.amazonia .card_info_right p {
    font-family: 'Mohr-Mediumlt';
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.71;
    text-align: left;
    color: #707070;
    margin-bottom: 5px;
}

.amazonia .card_info_right div {
    font-family: 'Mohr-Mediumlt';
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.71;
    text-align: left;
    color: #707070;
    margin-bottom: 5px;
}

.amazonia .card_info_right .title-top {
    font-family: 'Mohr-ExtraLightIt';
    font-size: 3rem;
    font-weight: 200;
    line-height: 1;
    letter-spacing: -0.96px;
    text-align: left;
    color: #00bf44;
    margin: 0;
}

.amazonia .card_info_right .title-bottom {
    font-family: 'Mohr-BlackIt';
    font-size: 4.5rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.72px;
    text-align: left;
    color: #021f59;
    margin: 0;
}

.amazonia .bioma-table {
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: center;
}

.amazonia .card_info_right img {
    margin-top: 20px;
}

.cerrado {
    background-color: #f5f5f5;
}

.cerrado .bg-grey img {
    position: absolute;
    top: 8%;
    right: 32%;
    width: 438px;
    z-index: 5;
}

.cerrado .card_info_left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 6% 20% 6% 4%;
}

.cerrado .card_info_left p {
    font-family: 'Mohr-Mediumlt';
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.71;
    text-align: right;
    color: #707070;
    margin-bottom: 5px;
}

.cerrado .card_info_left div {
    font-family: 'Mohr-Mediumlt';
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.71;
    text-align: right;
    color: #707070;
    margin-bottom: 5px;
}

.cerrado .card_info_left .title-top {
    font-family: 'Mohr-ExtraLightIt';
    font-size: 3rem;
    font-weight: 200;
    line-height: 1;
    letter-spacing: -0.96px;
    text-align: right;
    color: #00bf44;
    margin: 0;
}

.cerrado .title-top {
    font-family: 'Mohr-ExtraLightIt';
    font-size: 3rem;
    font-weight: 200;
    line-height: 1;
    letter-spacing: -0.96px;
    text-align: center;
    color: #00bf44;
    margin: 0;
}

.cerrado .card_info_left .title-bottom {
    font-family: 'Mohr-BlackIt';
    font-size: 4.5rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.72px;
    text-align: right;
    color: #021f59;
    margin: 0;
}

.cerrado .title-bottom {
    font-family: 'Mohr-BlackIt';
    font-size: 4.5rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.72px;
    text-align: center;
    color: #021f59;
    margin: 0;
}

.milestones {
    background-color: #f5f5f5;
    padding: 50px 0;
}

.milestones a {
    color: #021f59;
    font-weight: bold;
}

.milestones a:hover {
    color: #00bf44;
}

.milestones .title-top {
    margin: 20px 0px;
    color: #00bf44;
    text-align: center;
    font-size: 3rem;
    font-family: 'Mohr-ExtraLightIt';
}

.milestones .title-bottom {
    margin: 0;
    color: #021f59;
    text-align: center;
    font-size: 4.5rem;
    font-family: 'Mohr-BlackIt';
}

.milestones .txt_disc {
    margin: 0;
    color: #707070;
    text-align: center;
    font-size: 1rem;
    font-family: 'Mohr-Medium';
}

.cerrado .bioma-table {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: center;
}

.cerrado .card_info_left img {
    margin-top: 20px;
}

.bioma-table img {
    width: 70%;
}

.nossaOp {
    background-color: #fff;
    padding: 5%;
}

.opBr {
    margin-bottom: 5rem;
}

.txt_title_op {
    font-size: 3.75rem;
    margin: 10px 0px;
    color: #00bf44;
    display: block;
    font-family: 'Mohr-ExtraLightIt';
    text-align: center;
}

.infoColBlue {
    padding-top: 2rem;
}

.infoColBlue>p {
    color: #00bf44;
    font-size: 4.5rem;
    line-height: 74px;
    letter-spacing: -1.44px;
    text-align: center;
    font-family: 'Mohr-SemiBoldIt';
    margin-bottom: 0px;
}

.infoColBlue>span {
    font-size: 1.06rem;
    color: #707070;
    font-family: 'Mohr-Medium';
    line-height: 21px;
    text-align: center;
    display: block;
}

.logo {
    border-radius: 100%;
    width: 88px;
    height: 88px;
    display: flex;
    margin: 15px auto;
    background-color: #021f59;
}

.metas {
    padding: 3rem 0px;
}

.metas .title {
    font-family: 'Mohr-BoldIt';
    font-size: 4.5rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.83;
    letter-spacing: -1.44px;
    text-align: center;
    color: #021f59;
}

/* TIMELINE */

.timeline {
    position: relative;
    width: 1200px;
    margin: auto;
    padding: 50px 0;
}

.timeline:before {
    content: '';
    position: absolute;
    width: 1px;
    height: calc(100% - 170px);
    left: 50%;
    top: 170px;
    transform: translateX(-50%);
    background-color: #a0a0a0;
    z-index: 0;
}

.timeline ul {
    margin: 0;
    padding: 0;
}

.timeline ul li {
    list-style: none;
    box-sizing: border-box;
    line-height: normal;
    position: relative;
    width: 50%;
    padding: 40px 70px;
}

.timeline ul li h2 {
    color: #00bf44;
    font-size: 4.5rem;
    font-family: 'Mohr-Thin';
    padding: 0px 2px 18px 0px;
}

.timeline ul li span {
    color: #00bf44;
    font-size: 22px;
    font-family: 'Mohr-Regular';
}

.timeline ul li .txt_disc {
    font-size: 0.875rem;
    line-height: 21px;
    color: #707070;
    font-family: 'Mohr-Medium';
    margin-bottom: 0;
}

.timeline ul li:nth-child(odd) {
    float: right;
    text-align: left;
    clear: both;
}

.timeline ul li:nth-child(even) {
    float: left;
    text-align: right;
    clear: both;
}

.timeline ul li:nth-child(odd):before,
.timeline ul li:nth-child(even):before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-repeat: round;
    background-image: url(../images/circleAzul.svg);
    z-index: 10;
}

.timeline ul li:nth-child(odd):before {
    left: -10px;
    top: 100px;
}

.timeline ul li:nth-child(even):before {
    right: -10px;
    top: 115px;
}

.timeline ul li:nth-child(odd):after,
.timeline ul li:nth-child(even):after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #fff;
}

.timeline ul li:nth-child(odd)::after {
    left: -10px;
    top: 115px;
}

.timeline ul li:nth-child(even)::after {
    right: -10px;
    top: 130px;
}

.time-line-arrow {
    clear: both;
    width: 10px;
    height: 10px;
    margin: 10px auto 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #021f59;
    transform: translate(0px, 3.5rem);
}

.time-line-dots img {
    display: block;
    margin: auto;
}

/* Fim TAB Metas */

/* TAB Pilares */
.pilares {
    padding: 60px 50px;
    max-width: 1350px;
    margin: 0 auto;
}

.box-text {
    width: 31%;
    max-width: 380px;
    margin: 0 auto;
    position: relative;
}

.box-text .title-one {
    font-family: 'Mohr-Lighit';
    font-size: 2.25rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: -0.72px;
    text-align: left;
    color: #021f59;
    margin-left: 55px;
}

.box-text .title-two {
    font-family: 'Mohr-Lighit';
    font-size: 4.5rem;
    font-weight: 200;
    line-height: 0.83;
    letter-spacing: -1.44px;
    text-align: left;
    color: #021f59;
}

.box-text .title-three {
    font-family: 'Mohr-BoldIt';
    font-size: 6.25rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: -2px;
    text-align: right;
    color: #00bf44;
}

.box-cards {
    margin: 3rem 0;
}

.box-cards .box-flex {
    display: flex;
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap;
}

.card-large {
    margin-right: 4%;
    height: 410px;
    width: 367px;
    background: #f5f5f5;
    border-top-left-radius: 17px;
    border-top-right-radius: 19px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    box-shadow: 10px 10px rgb(12, 12, 12, 0.1);
    position: relative;
    z-index: 2;
    margin-top: 50px;
    margin-bottom: 10%;
    padding: 6%;
}

.card-large::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #f5f5f5;
    position: absolute;
    bottom: -5%;
    right: 20%;
    z-index: 1;
}

.card-large::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 18px solid rgb(12, 12, 12, 0.1);
    position: absolute;
    bottom: -6.7%;
    right: 20%;
    z-index: 0;
}

.card-large-top {
    background-color: #f5f5f5;
    width: 366px;
    height: 100px;
    position: absolute;
    top: -28px;
    left: 0;
    border: none;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 45px;
    transform: rotate(175deg);
    z-index: -1;
}

.large-box-text {
    font-family: 'Mohr-Regular';
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.29;
    text-align: center;
    color: #707070;
    height: 375px;
    overflow-y: auto;
}

.large-box-text h5 {
    font-family: 'Mohr-SemiBold';
    font-size: 1rem;
    font-weight: 600;
    color: #021f59;
    margin-top: 10px;
}

.large-box-text::-webkit-scrollbar {
    width: 5px;
}

.large-box-text::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 100px;
}

.large-box-text::-webkit-scrollbar-thumb {
    background: #d0d0d0;
    border-radius: 100px;
}

.large-box-text::-webkit-scrollbar-thumb:hover {
    background: #c0c0c0;
}

.bg-desenvolvimento,
.bg-estruturacao,
.bg-mecanismos {
    width: 410px;
    height: 440px;
    border-radius: 20px;
    position: absolute;
    bottom: -95px;
    left: 0;
    z-index: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
}

.bg-desenvolvimento {
    background-color: #aed7ec;
}

.bg-estruturacao {
    background-color: #caefed;
}

.bg-mecanismos {
    background-color: #bce1c9;
}

.title-desenvolvimento,
.title-estruturacao,
.title-mecanismos {
    font-family: 'Mohr-SemiBold', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.31;
    text-align: left;
    color: #021f59;
    margin-bottom: 24px;
    width: 60%;
}

.eixos {
    background-color: #f5f5f5;
    padding: 50px 102px;
    margin-top: 80px;
}

.eixos-container {
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.eixos .box-text div {
    font-size: 0.875rem;
    line-height: 1.29;
    text-align: center;
    color: #707070;
    font-family: 'Mohr-Regular';
}

.eixos .box-text h5 {
    font-family: 'Mohr-SemiBold';
    font-size: 1rem;
    font-weight: 600;
    color: #021f59;
    margin-top: 10px;
}

.eixos .box-left {
    position: absolute;
    left: -2%;
    top: 60%;
}

.eixos .box-right {
    position: absolute;
    right: -2%;
    top: 60%;
}

.eixos .box-image img {
    margin-top: 30px;
    margin-left: 10px;
    width: 450px;
    height: 450px;
}

/* Fim TAB Pilares */

/* inicio TAB Parceiros */
.subtitulo {
    background-color: #00bf44;
    width: 100%;
    height: auto;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}

.subtitulo-div {
    font-size: 14px;
    color: #fff;
    text-align: center;
    font-family: "Mohr-Medium";

}

.subtitulo .container {
    width: 70%;
    padding: 40px 0px;
}

.cards {
    background-color: #f5f5f5;
    padding: 50px 0 140px;
}

.cards .card {
    display: grid;
    grid-template-columns: 40% 60%;
    padding: 40px;
    margin-bottom: 20px;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
}

.cards .card-box-imgs {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cards .card-img {
    max-width: 100%;
    width: auto;
    margin: auto;
}

.cards .card-title {
    color: #00bf44;
    font-size: 1.2rem;
    font-family: "Mohr-Bold";
}

.cards .card-text {
    color: #707070;
    font-size: 1rem;
    font-family: "Mohr-Medium";
}

@media screen and (min-width: 1900px) {

    .produzir .row,
    .planejamento .row {
        max-width: 1280px !important;
        margin: 0 auto !important;
    }

    .recursos .card_info_right {
        padding: 8% 16%;
    }

    .recursos img {
        left: 65%;
        top: 11%;
        width: 450px;
    }

    .amazonia .bg-grey img {
        left: 55%;
        top: 11%;
        width: 450px;
    }

    .cerrado .bg-grey img {
        right: 55%;
        top: 11%;
        width: 450px;
    }

    .eixos-container {
        width: 80%;
        margin: 0 auto;
    }

    .eixos .box-left {
        left: 0;
    }

    .eixos .box-right {
        right: 0;
    }
}

@media screen and (max-width: 1536px) {
    .recursos img {
        left: 59%;
    }

    .amazonia .bg-grey img {
        left: 45%;
    }

    .cerrado .bg-grey img {
        right: 45%;
    }
}


@media screen and (max-width: 1367px) {
    .recursos img {
        left: 50%;
    }

    .amazonia .card_info_right {
        padding: 6% 4% 6% 22%
    }

    .cerrado .card_info_left{
        padding: 6% 22% 6% 4%;
    }
    .box-destaque ul li {
    font-size: 2.5rem;
	}
	
	.box-destaque div {
	    line-height: 1.3;
	    width: 100%;
	}
	.box-destaque {
	    right: 6rem;
	    width: 40%;
	}

}
@media screen and (max-width: 1280px) {
    .box-destaque {
        width: 40%;
        right: 2%;
    }

    .box-destaque ul li {
        font-size: 3.25rem;
    }

    .recursos img {
        left: 48%;
        width: 400px;
    }

    .box-text {
        width: 35%;
    }

    .card-large,
    .card-large-top {
        width: 340px;
    }

    .card-large::after {
        bottom: -6.8%;
    }

    .bg-desenvolvimento,
    .bg-estruturacao,
    .bg-mecanismos {
        width: 380px;
    }

    .eixos .box-left {
        left: -6%;
    }

    .eixos .box-right {
        right: -6%;
    }

    .amazonia .bg-grey img,
    .cerrado .bg-grey img {
        width: 400px;
    }

    .amazonia .bg-grey img {
        left: 36%;
    }

    .cerrado .bg-grey img {
        right: 36%;
    }

    .timeline {
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .box-destaque {
		top: 3rem;
	}
	.box-destaque div {
	    font-size: 16px;
	}
    .box-destaque ul li {
        font-size: 2.6rem;
    }

    .produzir {
        padding: 8rem 4rem 0;
    }

    .container-image .image-large {
        width: 100%;
    }

    .container-image .image-small {
        width: 90%;
    }

    .planejamento {
        padding: 2.5rem 2rem;
    }

    .planejamento .margin-custom {
        margin-left: 2rem;
    }

    .recursos img {
        left: 45%;
        width: 100%;
        top: 16%;
    }

    .box-text {
        width: 44%;
    }

    .pilares .margin-custom {
        margin-top: 150px;
    }

    .box-cards .box-flex {
        justify-content: space-around;
        gap: 10px;
    }

    .box-cards {
        margin: -6rem 0;
    }

    .eixos {
        margin-top: 200px;
        padding-bottom: 100px;
    }

    .eixos .box-left,
    .eixos .box-right {
        top: unset;
        bottom: -3rem;
    }

    .amazonia .bg-grey img,
    .cerrado .bg-grey img {
        width: 330px;
    }

    .amazonia .bg-grey img {
        left: 32%;
    }

    .cerrado .bg-grey img {
        right: 32%;
    }
}

@media screen and (max-width: 992px) {

    #box-tabs #pills-tab li {
        width: 170px;
    }

    .video-info {
        left: 5%;
    }

    .box-destaque #desc-banner-video {
        font-size: 16px;
    }

    .container-image .image-front {
        left: 1rem;
        top: 5rem;
    }

    .container-image .image-back {
        position: relative;
        right: -17rem;
    }

    .container-image .image-large,
    .container-image .image-small {
        width: 107%;
    }

    .produzir::after {
        width: 383px;
        height: 215px;
    }

    .planejamento h3 {
        width: 80%;
        margin: 0 auto 50px;
    }

    .planejamento .margin-custom {
        margin-left: 0;
    }

    .planejamento .border-custom {
        border-right: 0;
    }

    .produzir .container-text div {
        width: 100%;
    }

    .recursos .container-fluid {
        padding: 0;
    }

    .recursos .bg_grey {
        text-align: center;
        padding: 2rem 0;
    }

    .recursos img {
        position: relative;
        width: 200px;
        top: 0;
        left: 0;
    }

    .recursos .card_info_right {
        padding: 2.5rem 4.5rem;
    }

    .box-text {
        width: 55%;
    }

    .eixos .box-left,
    .eixos .box-right {
        top: unset;
        bottom: -5rem;
    }

    .eixos .box-image img {
        margin-top: 30px;
        margin-bottom: 90px;
        margin-left: 10px;
        width: 350px;
        height: 340px;
    }

    .amazonia .bg-grey,
    .cerrado .bg-grey {
        text-align: center;
        padding: 2rem 0;
    }

    .amazonia .bg-grey img,
    .cerrado .bg-grey img {
        position: relative;
        width: 200px;
        top: 0;
        left: 0;
    }

    .amazonia .card_info_right {
        padding: 2.5rem 4.5rem;
    }

    .cerrado .card_info_left {
        padding: 2.5rem 4.5rem;
    }

    .cerrado .card_info_left p,
    .cerrado .card_info_left .title-top,
    .cerrado .card_info_left .title-bottom {
        text-align: left;
    }

    .cerrado .box-flex {
        flex-direction: column-reverse;
    }

    .cerrado .bioma-table {
        display: flex;
        align-items: flex-start !important;
        flex-direction: column;
        justify-content: center;
    }

    .bioma-table img {
        width: 100%;
    }

    .infoColBlue>p {
        font-size: 3.125rem;
    }
}

@media screen and (max-width: 860px) {
    .play-video {
        width: 60px;
        height: 60px;
    }

    .play-video::before {
        width: 15px;
        height: 20px;
    }

    .video-info-detalhes .title-video {
        font-size: 16px;
    }

    .card-title {
        font-size: 1rem;
    }

    .subtitulo .container {
        width: 90%;
    }

    .box-destaque {
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    #box-tabs {
        height: auto;
        background: #021f59;
        padding: 0;
    }

    #box-tabs #pills-tab {
        flex-direction: column;
        align-items: center;
    }

    #box-tabs #pills-tab li {
        width: 100%;
        padding: 15px 0;
    }

    #box-tabs #pills-tab li:first-child:after {
        content: none;
    }

    #box-tabs #pills-tab li a.active h4:after {
        bottom: -15px;
    }

    .box-destaque {
        right: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .btnScrool {
        display: none;
    }

    .produzir .container-text h2 {
        margin-top: 2rem;
    }

    .produzir::after {
        width: 300px;
        height: 163px;
    }

    .produzir .container-text,
    .produzir .container-image {
        margin-bottom: 1rem;
    }

    .planejamento-text-center {
        margin-top: 2rem;
    }

    .box-text {
        width: 45%;
    }

    .box-text .title-two {
        font-size: 4.1rem;
    }

    .box-text .title-three {
        font-size: 5rem;
    }

    .card-bg {
        padding: 25px;
        margin: 0;
    }

    .card-title {
        font-size: 1rem;
    }

    .dots4 img {
        display: none;
    }

    .timeline {
        padding: 50px 30px;
    }

    .timeline:before {
        left: 30px;
    }

    .timeline ul li {
        width: 100%;
    }

    .timeline ul li:nth-child(even) {
        text-align: left;
    }

    .timeline ul li:nth-child(even):before,
    .timeline ul li:nth-child(even)::after {
        right: 0;
        left: -10px;
    }

    .time-line-arrow {
        margin: 10px auto 0 -10px;
    }

    .time-line-dots img {
        margin: 0 auto 0 5px;
    }

    .cards .card {
        grid-template-columns: 1fr;
    }

    .cards .card .card-body {
        margin-top: 20px;
    }
}

@media screen and (max-width: 640px) {
    .box-destaque {
        width: 85%;
        left: 5%;
        transform: none;
    }

    .video-container {
        height: 600px;
    }

    .produzir {
        padding: 4rem 2rem 0;
    }

    .produzir::after {
        width: 160px;
        background-repeat: no-repeat;
    }

    .produzir .container-text h2 {
        font-size: 3rem;
    }

    .produzir .container-text p {
        width: 100%;
    }

    .container-image .image-front {
        width: 250px;
    }

    .container-image .image-back {
        width: 300px;
        right: -9rem;
        top: 0;
    }

    .box-text {
        width: 65%;
        border-radius: 20px;
        margin-bottom: 20px;
        padding: 15px;
    }

    .bg-desenvolvimento,
    .bg-estruturacao,
    .bg-mecanismos {
        left: -19px;
    }

    .eixos {
        padding: 50px 50px 100px;
    }

    .eixos-container {
        flex-direction: column-reverse;
    }

    .eixos .box-text {
        border-radius: 20px;
        background-color: #caefed;
        margin-bottom: 20px;
        padding: 15px;
    }

    .eixos .box-left,
    .eixos .box-right {
        position: relative;
        left: unset;
        top: unset;
        right: unset;
        bottom: unset;
    }

    .eixos .box-left {
        background-color: #aed7ec;
    }

    .eixos .box-right {
        background-color: #bce1c9;
    }

    .eixos .box-image img {
        margin: 0;
        margin-bottom: 50px;
        width: 100%;
        height: 100%;
    }

    .infoColBlue {
        padding-top: 0rem;
        padding-bottom: 2rem;
    }

    .opBr {
        margin-bottom: 2rem;
    }

    .nossaOp {
        padding: 5% 5% 15% 5%;
    }

    .container-text>div>div,
    .planejamento-text div,
    .recursos .card_info_right div {
        text-align: justify !important;
    }
}

@media screen and (max-width: 450px) {
    .container-image .image-front {
        width: 200px;
    }

    .container-image .image-back {
        width: 260px;
        right: -6rem;
    }

    .planejamento .col-12,
    .planejamento .container-fluid {
        padding: 0;
    }

    .planejamento-text p {
        width: 100%;
    }

    .recursos .card_info_right h2 {
        font-size: 3rem;
    }

    .recursos .row {
        width: 104%;
        overflow-x: hidden !important;
    }

    .box-cards {
        margin: -9rem 0;
    }

    .box-text {
        width: 100%;
    }

    .box-text .title-one {
        font-size: 2rem;
    }

    .box-text .title-two {
        font-size: 3.8rem;
    }

    .box-text .title-three {
        font-size: 5rem;
    }

    .bg-desenvolvimento,
    .bg-estruturacao,
    .bg-mecanismos {
        width: 300px;
        height: 460px;
    }

    .card-large,
    .card-large-top {
        width: 260px;
    }

    .card-large {
        margin-bottom: 18%;
    }

    .card-large::after {
        bottom: -6.7%;
    }

    .pilares .margin-custom {
        margin-top: 120px;
    }

    .card-bg {
        padding: 15px â€‹20px;
    }

    .card-title {
        font-size: 0.7rem;
    }

    .card-text {
        font-size: 0.57rem;
    }

    .space_mobile {
        position: relative;
        left: 10px;
    }

    .amazonia .card_info_right,
    .cerrado .card_info_left {
        padding: 2.5rem 3rem;
    }

    .amazonia .card_info_right .title-bottom,
    .cerrado .card_info_left .title-bottom,
    .milestones .title-bottom {
        font-size: 3rem;
    }

    .amazonia .card_info_right .title-top,
    .cerrado .card_info_left .title-top,
    .milestones .title-top {
        font-size: 2rem;
    }

    .infoColBlue>p {
        font-size: 3.75rem;
    }

    .metas .title {
        font-size: 4rem;
    }

    .timeline {
        padding: 30px;
    }

    .timeline ul li {
        padding: 40px;
    }

    .metas .title,
    .timeline ul li h2 {
        font-size: 3rem;
    }

    .timeline ul li span {
        font-family: 'Mohr-Thin';
    }

    .cards .card .card-body {
        padding: 0;
    }
}

@media screen and (max-width: 425px) {
    .card-title {
        font-size: .7rem;
    }

    .card-text {
        font-size: .57rem;
    }
}

@media screen and (max-width: 375px) {
    .container-image .image-back {
        right: -4rem;
        width: 238px;
    }

    .box-text {
        width: 90%;
    }

    .box-text .title-one {
        margin-left: 30px;
        font-size: 1.8rem;
    }

    .box-text .title-two {
        font-size: 3rem;
    }

    .box-text .title-three {
        font-size: 4rem;
    }
}

@media screen and (max-width: 320px) {
    .container-image .image-front {
        width: 150px;
    }

    .container-image .image-back {
        width: 193px;
    }

    .container-image .image-large,
    .container-image .image-small {
        width: 113%;
    }

    .recursos .card_info_right {
        padding: 2.5rem 3.5rem;
    }

    .box-text {
        width: 100%;
    }

    .box-text .title-one {
        font-size: 1.5rem;
    }

    .box-text .title-two {
        font-size: 2.7rem;
    }

    .box-text .title-three {
        font-size: 3.5rem;
    }

    .eixos {
        padding: 50px 36px;
    }

    .eixos .box-image img {
        width: 260px;
        height: 250px;
    }

    .card-bg {
        padding: 15px;
    }

    .card-img {
        width: 50%;
    }

    .card-title {
        font-size: 0.7rem;
        margin: 0;
    }

    .txt_title_op {
        font-size: 3.125rem;
    }

    .card-img {
        width: 50%;
    }

    .card-title {
        font-size: .7rem;
        margin: 0;
    }

}